home *** CD-ROM | disk | FTP | other *** search
- /* At-Rules */
- @charset "iso-8859-1";
-
- /* author: Johanne ChainĪ
- Creation date: 11/6/2006 */
- html, body { height: 100%; }
-
- body {
- background-image: url(background.gif);
- background-repeat: no-repeat;
- background-position: right bottom;
- }
-
- table, td, span {font-family: arial, tahoma; font-size: 30px; color: rgb(255, 255, 255);}
-
- a:link {color: rgb(255,255,255); text-decoration: none;}
- a:visited {color: rgb(98,98,98); text-decoration: none;}
- a:hover {color: rgb(50,150,230); text-decoration: underline;}
- a:active {color: rgb(255,255,255); text-decoration: none;}
-
- .space{
- font-size: 2px;
- }
-
- .gradient {
- filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003974,endColorStr=#00002f);
- float: left;
- }
-
- .info {
- color: rgb(255,255,255);
- width: 100%;
- padding-left: 4px;
- padding-right: 4px;
- }
- .title {
- font-size: 55px;
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- color: rgb(250, 250, 250);
- }
- .artist {
- font-size: 35px;
- font-weight: bold;
- color: rgb(0,114,188);
- padding-left: 4px;
- padding-right: 4px;
- }
- .tracka {
- color: rgb(190,190,190);
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- }
- .trackb {
- color: rgb(235,235,235);
- font-weight: bold;
- padding-left: 4px;
- padding-right: 4px;
- }
- .albumart {
- top: 0 px;
- left: 0 px;
- }
- .album {
- max-height: 100%;
- }
-
- /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */